gdk-pixbuf/gdk-pixbuf-io.c Don't use the deprectated
authorTor Lillqvist <tml@novell.com>
Sat, 13 Sep 2008 19:31:29 +0000 (19:31 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 13 Sep 2008 19:31:29 +0000 (19:31 +0000)
commit4125df1d8ec75641728902c135a0499197d5f6c6
tree272f135d088c0a41371fcf19d0aab2991a12b6b4
parent42ec45e3c2dc352b8e5d96ffdae9b81e779f80e5
gdk-pixbuf/gdk-pixbuf-io.c Don't use the deprectated

2008-09-13  Tor Lillqvist  <tml@novell.com>

* gdk-pixbuf/gdk-pixbuf-io.c
* gtk/gtkmain.c: Don't use the deprectated
g_win32_get_package_installation_directory() and
g_win32_get_package_installation_subdirectory() functions. Use
g_win32_get_package_installation_directory_of_module()
instead. Also, don't use the deprecated silly
G_WIN32_DLLMAIN_FOR_DLL_NAME macro, but an explicit minimal
DllMain() that just saves the DLL handle.

svn path=/trunk/; revision=21381
ChangeLog
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c
gtk/gtkmain.c